home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / libcairomm-1.0-1 / README < prev    next >
Encoding:
Text File  |  2006-04-21  |  446 b   |  14 lines

  1. cairomm
  2. -------------
  3.  
  4. This library provides a C++ interface to cairo.
  5.  
  6. Read the file 'INSTALL' for instructions to compile and install the library.
  7.  
  8. See the examples directory for example code.
  9.  
  10. Use pkg-config to discover the necessary include and linker arguments. For instance,
  11.   pkg-config cairomm-1.0 --cflags --libs
  12. Ideally you would use PKG_CHECK_MODULES in your configure.ac file.
  13. See http://www.openismus.com for generic help with that.
  14.